func github.com/andybalholm/brotli.getContextLUT

6 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1280: 	var literal_context_lut contextLUT = getContextLUT(literal_context_mode)
		context.go#L2170: func getContextLUT(mode int) contextLUT {
		decode.go#L1168: 	s.context_lookup = getContextLUT(int(context_mode))
		encode.go#L318: 		var utf8_lut contextLUT = getContextLUT(contextUTF8)
		encode.go#L439: 	var literal_context_lut contextLUT = getContextLUT(literal_context_mode)
		histogram.go#L204: 				var lut contextLUT = getContextLUT(context_modes[context])